C# 4 expressions: loops, goto, label, if and even for ! [Part III]
We now have block and variable support in our very small meta language.
Let's try to use this basic engine to add higher functionalities.
.Net 4.0 expression API also brings new instructions such as Loop, Goto, Label, IfThenElse, etc.
We will add them with always the same process: adding a
... [read more]
Submit a review:
Login required.